home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00180.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  170 b   |  13 lines

  1. on mouseUp
  2.   global UPG, SOND
  3.   if SOND = 0 then
  4.     puppetSound("SCLICK")
  5.   end if
  6.   if UPG = 0 then
  7.     go("NOO")
  8.   end if
  9.   if UPG = 1 then
  10.     go("OPP")
  11.   end if
  12. end
  13.